home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / prog / tame261.zip / TAME-RUN.BAT < prev    next >
DOS Batch File  |  1991-03-20  |  223b  |  15 lines

  1. @echo off
  2. if (%1) == () Echo Usage: %0 command_line
  3. if (%1) == () goto exit
  4.  
  5. :* Load Tame into memory
  6. Tame-Res
  7.  
  8. :* Run the program
  9. %1 %2 %3 %4 %5 %6 %7 %8 %9
  10.  
  11. :* Unload Tame from memory
  12. Tame /Uninstall
  13.  
  14. :exit
  15.